home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1758 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.ee.port.ac.uk!news
  2. From: "Manning Lawrence Albert (ceb2_95)" <manningl@ee.port.ac.uk>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Multi-line TEXT_KIND gadgets
  5. Date: 23 Jan 1996 11:38:01 GMT
  6. Organization: University of Portsmouth (UK), Elect Eng Dept
  7. Message-ID: <4e2hap$r50@hawk.ee.port.ac.uk>
  8. NNTP-Posting-Host: heron.ee.port.ac.uk
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1N (X11; I; HP-UX A.09.05 9000/715)
  13. X-URL: news:comp.sys.amiga.programmer/24565-24664
  14.  
  15. Hi,
  16.  
  17. I'm writing an address book prog using DICE and I was wondering if anyone knows
  18. of a way to implement multiply line TEXT_KIND gadgets using gadtools.  Is there
  19. an easy way of doing this?  I've thought of two ways.
  20.  
  21. One way is to draw a bevel box and manually write the text to the screen using
  22. IntuiText elemnts.  This is a pain to set up, as it would involve manually
  23. clearing the text area and redrawing...  Not my cup of tea.
  24.  
  25. Second way seems ideal, but it dosn't work.  This involves making  a
  26. LISTVEW_KIND gadget, but without the scroll bars.  Problem is you can't make
  27. them without the scrollers.  Or maybe you can?  Maybe there is a mystery flag
  28. which I havn't seen....
  29.  
  30. So, does anyone know how to implement multi-line text gadgets?
  31.  
  32. Lawrence Manning
  33.  
  34. http://www.ee.port.ac.uk/~eb2-www/Aslak/index.html
  35.  
  36.